home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _d55b83ec7067c9d33ca8a454de1efa5b < prev    next >
Encoding:
Text File  |  2002-06-17  |  424 b   |  18 lines

  1. # NOTE: Derived from blib\lib\Storable.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Storable;
  5.  
  6. #line 158 "blib\lib\Storable.pm (autosplit into blib\lib\auto\Storable\lock_nstore.al)"
  7. #
  8. # lock_nstore
  9. #
  10. # Same as nstore, but flock the file first (advisory locking).
  11. #
  12. sub lock_nstore {
  13.     return _store(\&net_pstore, @_, 1);
  14. }
  15.  
  16. # end of Storable::lock_nstore
  17. 1;
  18.